Implement bookmark renaming (#136216, Sean Middleditch)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Mar 2005 20:23:19 +0000 (20:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 22 Mar 2005 20:23:19 +0000 (20:23 +0000)
commitdce8bffc7dd084c874149699e3b1248e3acf294d
treed0ec39e79b78f2f2f8653dddd935eefb2ad1dda5
parent81ffe540561161b32878409e90651ba0716c11fe
Implement bookmark renaming (#136216, Sean Middleditch)

2005-03-22  Matthias Clasen  <mclasen@redhat.com>

Implement bookmark renaming  (#136216, Sean Middleditch)

* gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add
get_bookmark_label and set_bookmark_label vfuncs.

* gtk/gtkfilesystem.h:
* gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
(gtk_file_system_get_bookmark_label): Wrappers for the
vfuncs.

* gtk/gtk.symbols: Add new exported symbols.

* gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label):
(gtk_file_system_unix_get_bookmark_label): Implementations
for the Unix backend.

* gtk/gtkfilechooserdefault.c: Add a context menu to
the bookmarks pane, and allow to rename bookmarks.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtk.symbols
gtk/gtkfilechooserdefault.c
gtk/gtkfilesystem.c
gtk/gtkfilesystem.h
gtk/gtkfilesystemunix.c